home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / software / apps / files / driveled.exe / O&O DriveLED.msi / Data1.cab / OODrvled.inf < prev    next >
Encoding:
INI File  |  2004-06-07  |  1.0 KB  |  61 lines

  1. ; Copyright 2004 O&O Software GmbH
  2.  
  3. [Version]
  4. signature        = "$Windows NT$"
  5. Class            = "ActivityMonitor"
  6. ClassGuid        = {b86dff51-a31e-4bac-b3cf-e8cfe75c9fc2}
  7. Provider        = %OO%
  8. DriverVer        = 02/16/2004,1.0.0.1
  9. CatalogFile        = 
  10.  
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir        = 12
  14. DL.DriverFiles        = 12
  15.  
  16.  
  17. [DefaultInstall]
  18. OptionDesc        = %DLServiceDesc%
  19. CopyFiles        = DL.DriverFiles
  20.  
  21.  
  22. [SourceDisksNames]
  23. 1 = %Disk1%
  24.  
  25.  
  26. [SourceDisksFiles]
  27. OODrvled.sys = 1
  28.  
  29. [DefaultInstall.Services]
  30. AddService        = %DLServiceName%,,DL.Service
  31.  
  32.  
  33. [DefaultUninstall]
  34. DelFiles        = DL.DriverFiles
  35.  
  36.  
  37. [DefaultUninstall.Services]
  38. DelService        = %DLServiceName%,0x200
  39.  
  40.  
  41. [DL.Service]
  42. DisplayName        = %DLServiceName%
  43. Description        = %DLServiceDesc%
  44. ServiceBinary        = %12%\OODrvled.sys
  45. ServiceType        = 2
  46. StartType        = 3
  47. ErrorControl        = 1
  48. LoadOrderGroup        = "filter"
  49.  
  50.  
  51.  
  52. [DL.DriverFiles]
  53. OODrvled.sys
  54.  
  55.  
  56. [Strings]
  57. OO            = "O&O Software GmbH"
  58. DLServiceDesc        = "DriveLed Pro Filter Driver"
  59. DLServiceName        = "OODrvled"
  60. Disk1            = "O&O DriveLed Pro disk"
  61.